home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
term
/
vltj5867.lha
/
VLT
/
rexx
/
DoLens.vlt
< prev
next >
Wrap
Text File
|
1994-03-27
|
497b
|
20 lines
/** dolens.vlt
*
* Opens the WLens tool on VLT's screen. Requires WLens to be in tools:
*
**/
if show("l", "rexxarplib.library") = 0 then do
check = addlib('rexxsupport.library', 0, -30, 0)
check = addlib('rexxarplib.library', 0, -30, 0)
end
/*
* The following sequence determines both VLT's screen and port name
*/
vltport = address()
cols = ScreenCols(vltport)
if cols == -1 then vltscreen = ""
else vltscreen = vltport
address command "tools:WLens 150 100 "vltscreen